lib: Fix symbol versioning inheritance
authorColin Walters <walters@verbum.org>
Wed, 8 Jun 2022 20:27:30 +0000 (16:27 -0400)
committerColin Walters <walters@verbum.org>
Wed, 8 Jun 2022 20:44:51 +0000 (16:44 -0400)
commit145d91d1c96755bc61a468b5da1061547909121e
treefbcc1d1363d4287a71c4fece78d48d4d0676575d
parent616d0cf7c2eeecf196287506317162f5b7dc7184
lib: Fix symbol versioning inheritance

I messed this up; the last release should inherit from the previous
release (N-1) and not the previous to that (N-2).

I think (hope) this isn't an ABI break...

Just noticed this when I was going to add a new symbol.
src/libostree/libostree-released.sym
tests/test-symbols.sh